This property determines whether or not the "Properties" button is displayed in the ToolBarAnnotation control.
[Visual Basic] Public Property
ButtonPropertiesVisible As Boolean
[C#] public bool ButtonPropertiesVisible {get;
set;}
Property Value
Value | Explanation |
---|---|
True (default) | The "Properties" button is displayed in the ToolBarAnnotation control. |
False | The "Properties" button is not displayed in the ToolBarAnnotation control. |
Explanation
The ButtonPropertiesVisible property determines whether or not the "Properties" button is displayed in the ToolBarAnnotation control. When False, the "Properties" button is not displayed in the ToolBarAnnotation control.
See Also
ToolBarAnnotation Members | Newtone.ImageKit.Win.ToolBarAnnotation