C# 클래스 ZForge.Controls.TreeViewAdv.Tree.NodeControls.ExpandingIcon

Displays an animated icon for those nodes, who are in expanding state. Parent TreeView must have AsyncExpanding property set to true.
상속: NodeControl
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
Draw ( TreeNodeAdv node, DrawContext context ) : void
MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
Start ( ) : void

보호된 메소드들

메소드 설명
OnIsVisibleValueNeeded ( NodeControlValueEventArgs args ) : void

비공개 메소드들

메소드 설명
IterateIcons ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( TreeNodeAdv node, DrawContext context ) : void
node TreeNodeAdv
context DrawContext
리턴 void

MeasureSize() 공개 메소드

public MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
node TreeNodeAdv
context DrawContext
리턴 System.Drawing.Size

OnIsVisibleValueNeeded() 보호된 메소드

protected OnIsVisibleValueNeeded ( NodeControlValueEventArgs args ) : void
args NodeControlValueEventArgs
리턴 void

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void