IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CShell.Framework.Services.IStatusBar Interface Reference
+ Inheritance diagram for CShell.Framework.Services.IStatusBar:

Public Member Functions

void UpdateMessage ()
 
void UpdateMessage (string message)
 
void UpdateProgress (bool running)
 
void UpdateProgress (int progress)
 
void UpdateMessage ()
 
void UpdateMessage (string message)
 
void UpdateProgress (bool running)
 
void UpdateProgress (int progress)
 

Properties

string Message [get]
 
int Progress [get]
 
bool ShowingProgress [get]
 

Member Function Documentation

void CShell.Framework.Services.IStatusBar.UpdateMessage ( )
void CShell.Framework.Services.IStatusBar.UpdateMessage ( string  message)
void CShell.Framework.Services.IStatusBar.UpdateProgress ( bool  running)
void CShell.Framework.Services.IStatusBar.UpdateProgress ( int  progress)
void CShell.Framework.Services.IStatusBar.UpdateMessage ( )
void CShell.Framework.Services.IStatusBar.UpdateMessage ( string  message)
void CShell.Framework.Services.IStatusBar.UpdateProgress ( bool  running)
void CShell.Framework.Services.IStatusBar.UpdateProgress ( int  progress)

Property Documentation

string CShell.Framework.Services.IStatusBar.Message
get
int CShell.Framework.Services.IStatusBar.Progress
get
bool CShell.Framework.Services.IStatusBar.ShowingProgress
get

The documentation for this interface was generated from the following file: