| MenuSegmentedItemCanSelect Property  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic bool CanSelect { get; set; }Public Property CanSelect As Boolean
	Get
	Set
member CanSelect : bool with get, set
Property Value
Type: 
Booleantrue if this item can be selected; otherwise, 
false.
 Remarks
Remarks
            When this is true, the user will typically have to hold the button down to bring up the menu, otherwise
            a single click will bring up the menu and the item will never be selected/clicked.
            
 See Also
See Also