OlkControl Members

Include Protected Members
Include Inherited Members

Defines a set of control properties common to some Microsoft Outlook controls.

The OlkControl type exposes the following members.

Properties

  Name Description
Public property ControlProperty Returns or sets a String (string in C#) that represents the property on the control that the databind occurs with. Read/write
Public property EnableAutoLayout 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.
Public property Format Returns or sets an Integer (int in C#) value that specifies how a value is to be displayed in the control. Read/write.
Public property HorizontalLayout 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.
Public property ItemProperty 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.
Public property MinimumHeight Returns or sets an Integer (int in C#) value that specifies the minimum height the control can be automatically sized down to. Read/write.
Public property MinimumWidth Returns or sets an Integer (int in C#) value that specifies the minimum width the control can be automatically sized down to. Read/write.
Public property PossibleValues 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.
Public property VerticalLayout 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

See Also

Reference

OlkControl Interface

Microsoft.Office.Interop.Outlook Namespace