Spread Windows Forms 12.0 Product Documentation
IsSelectableSet Method


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsSelectableSet Method
Gets whether the element is selectable (Selectable property is set).
Syntax
'Declaration
 
Public Overridable Function IsSelectableSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsSelectableSet()
public virtual bool IsSelectableSet()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the Selectable property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
Selectable Property