C# 클래스 BuildingCoder.CmdStatusBar

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
SetStatusText ( IntPtr mainWindow, string text ) : void
ShowBalloonTip ( string category, string title, string text ) : void

비공개 메소드들

메소드 설명
FindWindowEx ( IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow ) : IntPtr
SetWindowText ( IntPtr hWnd, string lpString ) : int
ri_ResultClicked ( object sender, Autodesk e ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result

SetStatusText() 공개 정적인 메소드

public static SetStatusText ( IntPtr mainWindow, string text ) : void
mainWindow System.IntPtr
text string
리턴 void

ShowBalloonTip() 공개 정적인 메소드

public static ShowBalloonTip ( string category, string title, string text ) : void
category string
title string
text string
리턴 void