Method | Description | |
---|---|---|
GetAccessLevelDisplayText ( byte accessLevel ) : string |
Gets the display text for the access level attribute.
|
|
GetAppIcon ( ) : System.Drawing.Icon |
Returns the application icon.
|
|
GetEventNotifierDisplayText ( byte eventNotifier ) : string |
Gets the display text for the event notifier attribute.
|
|
GetValueRankDisplayText ( int valueRank ) : string |
Gets the display text for the value rank attribute.
|
|
HandleException ( string caption, |
Handles an exception.
|
public static GetAccessLevelDisplayText ( byte accessLevel ) : string | ||
accessLevel | byte | The access level. |
return | string |
public static GetAppIcon ( ) : System.Drawing.Icon | ||
return | System.Drawing.Icon |
public static GetEventNotifierDisplayText ( byte eventNotifier ) : string | ||
eventNotifier | byte | The event notifier. |
return | string |
public static GetValueRankDisplayText ( int valueRank ) : string | ||
valueRank | int | The value rank. |
return | string |
public static HandleException ( string caption, |
||
caption | string | |
e | ||
return | void |