| C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : Visibility Enumeration |
'Declaration Public Enum Visibility Inherits System.Enum
public enum Visibility : System.Enum
| Member | Description |
|---|---|
| Collapsed | Do not display the element, and do not reserve space for it in layout. |
| Hidden | Do not display the element, but reserve space for the element in layout. |
| Visible | Display the component. |
System.Object
System.ValueType
System.Enum
C1.Win.C1InputPanel.Visibility