ImageGear .NET - Updated
ToolbarInfo Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsMarkController Class : ToolbarInfo Property
Gets an object providing a custom mark's toolbar button info.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ToolbarInfo As ImGearARTFormsToolbarButtonInfo
'Usage
 
Dim instance As ImGearARTFormsMarkController
Dim value As ImGearARTFormsToolbarButtonInfo
 
value = instance.ToolbarInfo
public virtual ImGearARTFormsToolbarButtonInfo ToolbarInfo {get;}
public: __property virtual ImGearARTFormsToolbarButtonInfo* get_ToolbarInfo();
public:
virtual property ImGearARTFormsToolbarButtonInfo^ ToolbarInfo {
   ImGearARTFormsToolbarButtonInfo^ get();
}

Property Value

ImGearARTFormsToolbarButtonInfo class object or null.
Remarks
This method is called by Annotator's toolbar when toolbar buttons are positioned.
See Also

Reference

ImGearARTFormsMarkController Class
ImGearARTFormsMarkController Members