[Visual Basic] Overrides Protected Property ReadOnly SelectPoint As Point [C#] protected override Point SelectPoint { get; } [C++] protected: __property Point get_SelectPoint(); [JScript] protected override function get SelectPoint() : Point
WPFTreeNode Class | White.Core.UIItems.TreeItems Namespace