This property sets whether or not the "StartArrowCap" button of the ToolBarSetupLines control is displayed.
[Visual Basic]Public Property
ButtonStartArrowCapVisible As Boolean
[C#]public bool ButtonStartArrowCapVisible
{get; set;}
Property Value
True: The StartArrowCap button is displayed
False: The StartArrowCap button is NOT displayed
Default value is True.
Explanation
The ButtonStartArrowCapVisible property sets whether or not the "StartArrowCap" button of the ToolBarSetupLines control is displayed. When this property is False, the "StartArrowCap" button is not displayed.
See Also
ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines