Method | Description | |
---|---|---|
ClassPropertySelector ( ) : System |
Initializes a new instance of the ClassPropertySelector class.
|
|
ClassPropertySelector ( ICmObject obj ) : System |
Initializes a new instance of the ClassPropertySelector class.
|
Method | Description | |
---|---|---|
btnCancel_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnCancel control.
|
|
btnOK_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnOK control.
|
|
cboClass_SelectionChangeCommitted ( object sender, EventArgs e ) : void |
Handles the SelectionChangeCommitted event of the cboClass control.
|
|
gridProperties_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void |
Handles the CellFormatting event of the gridProperties control.
|
|
gridProperties_CellPainting ( object sender, DataGridViewCellPaintingEventArgs e ) : void |
Handles the CellPainting event of the gridProperties control.
|
|
gridProperties_CellValueChanged ( object sender, DataGridViewCellEventArgs e ) : void |
Handles the CellValueChanged event of the gridProperties control.
|
|
gridProperties_KeyPress ( object sender, KeyPressEventArgs e ) : void |
When space is pressed and the current cell in the grid is a property name, then force the check value in the first column to toggle.
|
public ClassPropertySelector ( ICmObject obj ) : System | ||
obj | ICmObject | |
return | System |