[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.HyperlinkEditorSetting

类 HyperlinkEditorSetting

超链接编辑器,如果一个属性比较复杂,需要单独提供一个对话框去设置属性内部的值的时候会用到这个编辑器,如[编辑菜单项目...]属性。

继承
object
HyperlinkEditorSetting
实现
System.ComponentModel.INotifyPropertyChanged
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.Design.dll
语法
public class HyperlinkEditorSetting : HyperlinkBaseEditorSetting, INotifyPropertyChanged

构造函数

HyperlinkEditorSetting(ICommand)

构造函数。

声明
public HyperlinkEditorSetting(ICommand command)
参数
类型 名称 描述
System.Windows.Input.ICommand command

点击超链接要执行的命令。

属性

Command

点击超链接要执行的命令。

声明
public ICommand Command { get; }
属性值
类型 描述
System.Windows.Input.ICommand

DefaultCaptionVisibility

内置的超链接编辑器的标题默认不显示。

声明
public override Visibility DefaultCaptionVisibility { get; }
属性值
类型 描述
System.Windows.Visibility
重载
EditorSetting.DefaultCaptionVisibility

实现

System.ComponentModel.INotifyPropertyChanged