バージョン

Adjustable プロパティ (AppointmentUIElement)

ユーザーがこの要素を移動またはサイズ変更できる場合はTrueを返します。派生クラスでは、要素を調整不能にするための条件ロジックを実装する必要があります (たとえば、要素を表すオブジェクトが無効の場合やロックされている場合など)。
シンタックス
'宣言
 
Public Overrides ReadOnly Property Adjustable As Boolean
public override bool Adjustable {get;}
参照