C# Class ExcelDna.Integration.CustomUI.CommandBarControl

Show file Open project: system-tradingtech/DataTools Class Usage Examples

Protected Properties

Property Type Description
ComObject object
ComObjectType System.Type

Public Methods

Method Description
Delete ( object Temporary ) : void
GetComObject ( ) : object

Private Methods

Method Description
CommandBarControl ( object commandBarControl ) : System
CreateCommandBarControl ( MsoControlType controlType, object commandBarControl ) : CommandBarControl
CreateCommandBarControl ( object commandBarControl ) : CommandBarControl

Method Details

Delete() public method

public Delete ( object Temporary ) : void
Temporary object
return void

GetComObject() public method

public GetComObject ( ) : object
return object

Property Details

ComObject protected property

protected object ComObject
return object

ComObjectType protected property

protected Type,System ComObjectType
return System.Type