OlkControl Members
Include Protected Members
Include Inherited Members
Defines a set of control properties common to some Microsoft Office Outlook controls.
The OlkControl type exposes the following members.
Properties
Name
Description
Returns or sets a String (string in C#) that represents the property on the control that the databind occurs with. Read/write
Returns or sets a Boolean (bool in C#) that enables automatic adjustments of the layout for the control with respect to the rest of the form. Read/write.
Returns or sets an Integer (int in C#) value that specifies how a value is to be displayed in the control. Read/write.
Returns or sets an OlHorizontalLayout constant that specifies any alignment in the horizontal direction of this control with other selected controls on the form, or whether the control is adjusted in the horizontal direction automatically when the form's width is changed. Read/write.
Returns or sets a String (string in C#) that specifies the name of the property in the Outlook object model that the control is bound to. Read/write.
Returns or sets an Integer (int in C#) value that specifies the minimum height the control can be automatically sized down to. Read/write.
Returns or sets an Integer (int in C#) value that specifies the minimum width the control can be automatically sized down to. Read/write.
Returns or sets a String (string in C#) that represents a list of possible values for the drop-down list for the control, seperated by semicolons. Read/write.
Returns or sets an OlVerticalLayout constant that specifies any alignment in the vertical direction of this control with other selected controls on the form, or whether the control is adjusted in the vertical direction automatically when the form's length is changed. Read/write.
Top