An NDoc Documented Class Library

TreeNode.SelectPoint Property

[Visual Basic]
MustOverride Protected Property ReadOnly SelectPoint As Point
[C#]
protected abstract Point SelectPoint { get; }
[C++]
protected: abstract __property Point get_SelectPoint();
[JScript]
protected abstract function get SelectPoint() : Point

See Also

TreeNode Class | White.Core.UIItems.TreeItems Namespace