public inline nothrow int |
AnimationMs() const |
internal inline nothrow bool |
Changed() const |
public void |
DeselectNode() |
internal void |
DoAnimation(State targetState, const Rect& stateRect) |
public void |
EnsureNodeVisible(TreeViewNode* node) |
public inline nothrow const StringFormat& |
Format() const |
public inline nothrow const Font& |
GetActiveNodeFont() const |
public inline nothrow ImageList* |
GetImageList() const |
public inline nothrow const Font& |
GetNormalNodeFont() const |
public List<TreeViewNode*> |
GetVisibleNodes() const |
public List<TreeViewNode*> |
GetVisibleNodes(int level) const |
public void |
HideToolTipWindow() |
private void |
MakeStateIndicatorBitmaps(Graphics& graphics) |
private void |
Measure(Graphics& graphics) |
internal void |
NodeClick(const Point& location, MouseButtons buttons, TreeViewNode* node) |
public nothrow Event<TreeViewNodeMouseClickEventHandler, TreeViewNodeMouseClickEventArgs>& |
NodeClickEvent() |
internal void |
NodeCollapsed(TreeViewNode* node) |
public const Bitmap& |
NodeCollapsedBitmap() const |
public nothrow Event<TreeViewNodeEventHandler, TreeViewNodeEventArgs>& |
NodeCollapsedEvent() |
internal void |
NodeDoubleClick(const Point& location, MouseButtons buttons, TreeViewNode* node) |
public nothrow Event<TreeViewNodeMouseClickEventHandler, TreeViewNodeMouseClickEventArgs>& |
NodeDoubleClickEvent() |
internal void |
NodeEnter(TreeViewNode* node) |
public nothrow Event<TreeViewNodeEventHandler, TreeViewNodeEventArgs>& |
NodeEnterEvent() |
internal void |
NodeExpanded(TreeViewNode* node) |
public const Bitmap& |
NodeExpandedBitmap() const |
public nothrow Event<TreeViewNodeEventHandler, TreeViewNodeEventArgs>& |
NodeExpandedEvent() |
internal void |
NodeHovered(TreeViewNode* node) |
public nothrow Event<TreeViewNodeEventHandler, TreeViewNodeEventArgs>& |
NodeHoveredEvent() |
public inline nothrow const Padding& |
NodeImagePadding() const |
public inline nothrow float |
NodeIndentPercent() const |
internal void |
NodeLeave(TreeViewNode* node) |
public nothrow Event<TreeViewNodeEventHandler, TreeViewNodeEventArgs>& |
NodeLeaveEvent() |
internal void |
NodeSelected(TreeViewNode* node) |
public inline nothrow const SolidBrush& |
NodeSelectedBrush() const |
public inline nothrow const Color& |
NodeSelectedColor() const |
public nothrow Event<TreeViewNodeEventHandler, TreeViewNodeEventArgs>& |
NodeSelectedEvent() |
public inline nothrow float |
NodeTextIndentPercent() const |
public nothrow bool |
NodeVisible(TreeViewNode* node) const |
protected override void |
OnMouseDoubleClick(MouseEventArgs& args) |
protected override void |
OnMouseDown(MouseEventArgs& args) |
protected override void |
OnMouseEnter() |
protected override void |
OnMouseHover(MouseEventArgs& args) |
protected override void |
OnMouseLeave() |
protected override void |
OnMouseMove(MouseEventArgs& args) |
protected override void |
OnMouseUp(MouseEventArgs& args) |
protected virtual void |
OnNodeClick(TreeViewNodeMouseClickEventArgs& args) |
protected virtual void |
OnNodeCollapsed(TreeViewNodeEventArgs& args) |
protected virtual void |
OnNodeDoubleClick(TreeViewNodeMouseClickEventArgs& args) |
protected virtual void |
OnNodeEnter(TreeViewNodeEventArgs& args) |
protected virtual void |
OnNodeExpanded(TreeViewNodeEventArgs& args) |
protected virtual void |
OnNodeHovered(TreeViewNodeEventArgs& args) |
protected virtual void |
OnNodeLeave(TreeViewNodeEventArgs& args) |
protected virtual void |
OnNodeSelected(TreeViewNodeEventArgs& args) |
protected override void |
OnPaint(PaintEventArgs& args) |
public override void |
PrintWindowTree(int level) |
public nothrow TreeViewNode* |
ReleaseRoot() |
private nothrow void |
ResetBitmapIndex() |
private inline nothrow void |
ResetChanged() |
public nothrow void |
ResetRoot(TreeViewNode* root_) |
private inline nothrow void |
ResetToolTipWindowAdded() |
private inline nothrow void |
ResetTreeViewNodeChanged() |
private inline nothrow void |
ResetTreeViewNodeStateChanged() |
public inline nothrow TreeViewNode* |
Root() const |
public nothrow TreeViewNode* |
SelectedNode() const |
public nothrow void |
SetActiveNodeFont(const Font& activeNodeFont_) |
public nothrow void |
SetAnimationMs(int animationMs_) |
private nothrow void |
SetBitmapIndex(long bitmapIndex_) |
public inline nothrow void |
SetChanged() |
public nothrow void |
SetImageList(ImageList* imageList_) |
public nothrow void |
SetNodeSelectedColor(const Color& nodeSelectedColor_) |
public nothrow void |
SetNormalNodeFont(const Font& normalNodeFont_) |
public nothrow void |
SetRoot(TreeViewNode* root_) |
internal nothrow void |
SetSelectedNode(TreeViewNode* node) |
public void |
SetStateIndicatorColor(const Color& stateIndicatorColor_) |
public inline nothrow void |
SetStateIndicatorPercentage(float stateIndicatorPercentage_) |
public void |
SetTextColor(const Color& textColor_) |
private inline nothrow void |
SetToolTipWindowAdded() |
internal nothrow void |
SetTrackedNode(TreeViewNode* trackedNode_) |
internal inline nothrow void |
SetTreeViewNodeChanged() |
internal inline nothrow void |
SetTreeViewNodeStateChanged() |
public void |
ShowToolTipWindow(const String<char>& toolTipText, TreeViewNode* node) |
public inline nothrow const Color& |
StateIndicatorColor() const |
public inline nothrow float |
StateIndicatorHeight() const |
public inline nothrow float |
StateIndicatorPercentage() const |
public inline nothrow const SolidBrush& |
TextBrush() const |
public inline nothrow const Color& |
TextColor() const |
public inline nothrow float |
TextHeight() const |
private inline nothrow bool |
ToolTipWindowAdded() const |
internal inline nothrow TreeViewNode* |
TrackedNode() const |
internal inline nothrow bool |
TreeViewNodeChanged() const |
internal inline nothrow bool |
TreeViewNodeStateChanged() const |