RasEntryDialog.Style Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the style of dialog box to display.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public RasDialogStyle Style { get; set; }
Visual Basic
Public Property Style As RasDialogStyle
	Get
	Set
Visual C++
public:
property RasDialogStyle Style {
	RasDialogStyle get ();
	void set (RasDialogStyle value);
}
F#
member Style : RasDialogStyle with get, set

Property Value

Type: RasDialogStyle

See Also