_OlkListBox.BorderStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个 OlBorderStyle 常量,该常量定义控件周围的边框样式。 读/写。
public:
property Microsoft::Office::Interop::Outlook::OlBorderStyle BorderStyle { Microsoft::Office::Interop::Outlook::OlBorderStyle get(); void set(Microsoft::Office::Interop::Outlook::OlBorderStyle value); };
public Microsoft.Office.Interop.Outlook.OlBorderStyle BorderStyle { get; set; }
Public Property BorderStyle As OlBorderStyle
属性值
注解
默认值是 olBorderStyleSingle 。