ASP.NET MVC コントロールヘルプ
IsDraggable メソッド

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > PopupBuilder クラス : IsDraggable メソッド
値。
C1.Web.Mvc.Popup.IsDraggable を構成します。 ヘッダーによってポップアップをマウスでドラッグできるかどうかを決定する値を設定します。
シンタックス
'宣言
 
Public Function IsDraggable( _
   ByVal value As System.Boolean _
) As PopupBuilder
public PopupBuilder IsDraggable( 
   System.bool value
)

パラメータ

value
値。

戻り値の型

現在のビルダ。
解説
ヘッダーは、「.wj-dialog-header」CSS セレクタによって識別されます。ダイアログに「wj-dialog-header」クラスの要素が含まれない場合、ポップアップはドラッグできません。
参照

PopupBuilder クラス
PopupBuilder メンバ