PrintPreviewDialog.SizeGripStyle プロパティ

定義

フォームの右下隅に表示するサイズ変更グリップのスタイルを取得または設定します。

public:
 property System::Windows::Forms::SizeGripStyle SizeGripStyle { System::Windows::Forms::SizeGripStyle get(); void set(System::Windows::Forms::SizeGripStyle value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.SizeGripStyle SizeGripStyle { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SizeGripStyle : System.Windows.Forms.SizeGripStyle with get, set
Public Property SizeGripStyle As SizeGripStyle

プロパティ値

SizeGripStyle

フォームの右下隅に表示するサイズ変更グリップのスタイルを取得または設定します。

属性

注釈

このクラスでは、このプロパティは使用されません。

適用対象