ESRI.ArcGIS.ADF.Local
BaseCommand Class Fields
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseCommand Class




For a list of all members of this type, see BaseCommand members.

Protected Fields

 NameDescription
protected Fieldm_bitmap The bitmap that is used as the icon on this command, returned by the ICommand::Bitmap property. Null by default.  
protected Fieldm_caption The caption of this command, returned by the ICommand::Caption property. Null by default.  
protected Fieldm_category The name of the category with which the command is associated, returned by the ICommand::Category property. Null by default.  
protected Fieldm_checked The checked state of this command, returned from the ICommand::Checked property. False by default.  
protected Fieldm_enabled The state of this command, returned from the ICommand::Enabled property. True by default.  
protected Fieldm_helpFile The name of the helpfile associated with this command, returned by the ICommand::Helpfile property. Null by default.  
protected Fieldm_helpID The help context ID associated with this command, used to specify the mapped numeric value of the topic ID of the context sensitive help topic for the command. Null by default.  
protected Fieldm_message The statusbar message for this command, returned by the ICommand::Message property. Null by default.  
protected Fieldm_name A string used for identification of this command, returned by the ICommand::Name property. Null by default.  
protected Fieldm_toolTip The tooltip for this command, returned from the ICommand::Tooltip property. Null by default.  
Top

See Also

© 2011 All Rights Reserved.