通过


ThumbButtonInfo.IsEnabled 属性

定义

获取或设置一个值,该值指示是否启用缩略图按钮。

public:
 property bool IsEnabled { bool get(); void set(bool value); };
public bool IsEnabled { get; set; }
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

属性值

true 如果启用了缩略图按钮,则为 ;否则,为 false. 默认值为 true

注解

IsEnabled当属性为false时,缩略图按钮不会响应Click事件,ImageSource并且灰显。

适用于

另请参阅