C# Class BuildingCoder.CmdStatusBar

Inheritance: IExternalCommand
Mostrar archivo Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
SetStatusText ( IntPtr mainWindow, string text ) : void
ShowBalloonTip ( string category, string title, string text ) : void

Private Methods

Method Description
FindWindowEx ( IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow ) : IntPtr
SetWindowText ( IntPtr hWnd, string lpString ) : int
ri_ResultClicked ( object sender, Autodesk e ) : void

Method Details

Execute() public method

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

SetStatusText() public static method

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

ShowBalloonTip() public static method

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