[]
        
(Showing Draft Content)

C1.C1Schedule.BaseObject.-ctor

BaseObject Constructor

BaseObject()

Creates the new BaseObject object with default settings.

Declaration
public BaseObject()

BaseObject(string)

Creates the new BaseObject object with specified text.

Declaration
public BaseObject(string text)
Parameters
Type Name Description
string text

The string value.

BaseObject(string, string)

Creates the new BaseObject object with specified text and menu caption.

Declaration
public BaseObject(string text, string menuCaption)
Parameters
Type Name Description
string text

The string value.

string menuCaption

The string value.

BaseObject(Color, string, string)

Creates the new BaseObject object with specified color, text and menu caption.

Declaration
public BaseObject(Color color, string text, string menuCaption)
Parameters
Type Name Description
Color color

The Color value.

string text

The string value.

string menuCaption

The string value.

BaseObject(Color, string, string, C1Brush)

Creates the new BaseObject object with specified parameters.

Declaration
public BaseObject(Color color, string text, string menuCaption, C1Brush brush)
Parameters
Type Name Description
Color color

The Color value.

string text

The string value.

string menuCaption

The string value.

C1Brush brush

The Brush object.

BaseObject(SerializationInfo, StreamingContext)

Special constructor for deserialization.

Declaration
protected BaseObject(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The SerializationInfo.

StreamingContext context

The context information.