_OlkOptionButton.BackStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.