_OlkDateControl.BackStyle Property

Definition

Returns or sets an OlBackStyle constant that changes the background style of the control between transparent and opaque. Read/write.

public:
 property Microsoft::Office::Interop::Outlook::OlBackStyle BackStyle { Microsoft::Office::Interop::Outlook::OlBackStyle get(); void set(Microsoft::Office::Interop::Outlook::OlBackStyle value); };
public Microsoft.Office.Interop.Outlook.OlBackStyle BackStyle { get; set; }
Public Property BackStyle As OlBackStyle

Property Value

Remarks

The default value is olBackStyleOpaque.

Applies to