ImageGear .NET v25.2 - Updated
ToolbarInfo Property




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.