ToolStripItem.TextImageRelation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 ToolStripItem 文本和图像相对于彼此的位置。
public:
property System::Windows::Forms::TextImageRelation TextImageRelation { System::Windows::Forms::TextImageRelation get(); void set(System::Windows::Forms::TextImageRelation value); };
public System.Windows.Forms.TextImageRelation TextImageRelation { get; set; }
member this.TextImageRelation : System.Windows.Forms.TextImageRelation with get, set
Public Property TextImageRelation As TextImageRelation
属性值
TextImageRelation 值之一。 默认值为 ImageBeforeText。
注解
TextImageRelation使用属性定义或确定图像相对于文本的ToolStripItem相对位置。 缺少图像、文本或两者的项目都被视为特殊情况, ToolStripItem 以便不显示缺失元素或元素的空白位置。