This property sets whether or not the items related to "Pen Width" are displayed on the ToolBarStandard control.
[Visual Basic]Public Property
BoxPenWidthVisible As Boolean
[C#]public bool BoxPenWidthVisible {get;
set;}
Property Value
True: The "Pen Width" items are displayed
False: The "Pen Width" items are NOT displayed
Default value is True.
Explanation
The BoxPenWidthVisible property sets whether or not the items related to "Pen Width" are displayed on the ToolBarStandard control. When this property is False, the PenWidth combobox, button, label and other related items are not displayed.
See Also
ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard