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