Namespace: CuteEditor.ImplAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public int ChildCount { get; set; } |
Visual Basic |
---|
Public Property ChildCount As Integer
Get
Set |
Visual C++ |
---|
public:
property int ChildCount {
int get ();
void set (int value);
} |
See Also