Condividi tramite


SplitterPanel.ShowResizePreview Property

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Dichiarazione
Public Property ShowResizePreview As Boolean
    Get
    Set
'Utilizzo
Dim instance As SplitterPanel
Dim value As Boolean

value = instance.ShowResizePreview

instance.ShowResizePreview = value
public bool ShowResizePreview { get; set; }
public:
property bool ShowResizePreview {
    bool get ();
    void set (bool value);
}
member ShowResizePreview : bool with get, set
function get ShowResizePreview () : boolean
function set ShowResizePreview (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SplitterPanel Class

SplitterPanel Members

Microsoft.VisualStudio.PlatformUI Namespace