Overload | Description |
---|---|
BaseObject Constructor() | Creates the new BaseObject object with default settings. |
BaseObject Constructor(String) | Creates the new BaseObject object with specified text. |
BaseObject Constructor(String,String) | Creates the new BaseObject object with specified text and menu caption. |
BaseObject Constructor(Color,String,String) | Creates the new BaseObject object with specified color, text and menu caption. |
BaseObject Constructor(Color,String,String,C1Brush) | Creates the new BaseObject object with specified parameters. |
BaseObject Constructor(SerializationInfo,StreamingContext) | Special constructor for deserialization. |