Namespace: CuteEditor.ToolsAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public override bool IsEmptyElement { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property IsEmptyElement As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool IsEmptyElement {
bool get () override;
} |
See Also