Pressed Property (C1Icon)
In This Topic
Syntax
'Declaration
Public Overridable Property Pressed As Boolean
'Usage
Dim instance As C1Icon
Dim value As Boolean
instance.Pressed = value
value = instance.Pressed
public virtual bool Pressed {get; set;}
See Also