Interface IHideableObject
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Objects that can be shown/hidden
public interface IHideableObject
- Extension Methods
Properties
IsHidden
bool IsHidden { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsVisible
bool IsVisible { get; }
Property Value
| Type | Description |
|---|---|
| bool |