Friday, February 13, 2015

LinsUIToolItemManager


LinsUIToolItemManager class
It is a static class which controls all tool items.
§  Members
1)  public virtual bool CustomizationMode { get; }
Remarks
True, when the system is under customization mode if customization feature is available.
§  Methods
1)  public static bool GetTaskGroup(
long lID,            
Out TaskGroup item)            
Parameters
lID
Type: long
The unique ID of the task group inquired. 
item
Type: TaskGroup
The task group inquired, if it exists. 
 Return
It returns true, if the task group whose unique ID is lID exists. It returns false, if there is no any such task group.  
2)  public static bool GetToolItem(
long lID,            
Out FlexToolBarBaseButton item)            
Parameters
lID
Type: long
The unique ID of the tool item inquired. 
item
Type: FlexToolBarBaseButton
The tool item inquired, if it exists. 
 Return
It returns true, if the tool item whose unique ID is lID exists. It returns false, if there is no any such tool item.  

No comments:

Post a Comment