AnnTextEditDesigner implementation of
VisualChildrenCount.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected ReadOnly Property VisualChildrenCount As Integer |
C# | |
---|
protected override int VisualChildrenCount {get;} |
C++/CLI | |
---|
protected:
property int VisualChildrenCount override {
int get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
The number of visual child elements for this designer.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also