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.
References:
Command,
Command Events,
Commands Manager,
Create a Command,
Create a Custom Tool Item,
Dynamically Link a Tool Item to a Command Existed in an Optional Assembly,
Features,
FlexToolBarBaseButton,
FlexToolBarButton,
FlexToolBarComboBox,
FlexToolBarDropDownButton,
FlexToolBarSlider,
FlexToolBarSplitButton,
FlexToolBarTextBox,
How To,
Index,
Instruction,
TaskButton,
TaskGroup
Command,
Command Events,
Commands Manager,
Create a Command,
Create a Custom Tool Item,
Dynamically Link a Tool Item to a Command Existed in an Optional Assembly,
Features,
FlexToolBarBaseButton,
FlexToolBarButton,
FlexToolBarComboBox,
FlexToolBarDropDownButton,
FlexToolBarSlider,
FlexToolBarSplitButton,
FlexToolBarTextBox,
How To,
Index,
Instruction,
TaskButton,
TaskGroup
No comments:
Post a Comment