CommandBarPopup.Visible 属性

定义

确定此控件是否可见。

public:
 property bool Visible { bool get(); void set(bool value); };
public:
 property bool Visible { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610874921)]
public bool Visible { [System.Runtime.InteropServices.DispId(1610874921)] get; [System.Runtime.InteropServices.DispId(1610874921)] set; }
[<System.Runtime.InteropServices.DispId(1610874921)>]
[<get: System.Runtime.InteropServices.DispId(1610874921)>]
[<set: System.Runtime.InteropServices.DispId(1610874921)>]
member this.Visible : bool with get, set
Public Property Visible As Boolean

属性值

Boolean

true 如果控件可见,则为; 否则为 false

实现

属性

适用于