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