'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the NOptionButton will expose its functionality only when the user clicks the arrow rect.")> Public Property ArrowClickOptions As System.Boolean
'Usage
Dim instance As NOptionButton Dim value As System.Boolean instance.ArrowClickOptions = value value = instance.ArrowClickOptions
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the NOptionButton will expose its functionality only when the user clicks the arrow rect.")] public System.bool ArrowClickOptions {get; set;}