Represents base for the hyperlink dialog categories.
Definition
Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public abstract class HyperlinkDialogCategoryContentBase : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, INotifyPropertyChanged
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlHyperlinkDialogCategoryContentBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected HyperlinkDialogCategoryContentBase()
Properties
Gets the type of the link category.
C#
public abstract HyperlinkType Type { get; }
The type of the link category.
Methods
Adds to collection.
C#
protected void AddToCollection(ObservableCollection<string> collection, string item)
The collection.
itemstringThe item.
Adds to used items.
C#
public abstract void AddToUsedItems()
Assigns the properties.
C#
public abstract void AssignProperties(HyperlinkInfo hyperlinkInfo)
The hyperlink info.
Copies the properties to context.
C#
public abstract void CopyPropertiesToContext(HyperlinkDialogCategoryContext context)
The context.
Gets the address as string.
Called when a property is changed.
Called when the state is changed.
C#
protected void OnStateChanged()
Sets the default values.
C#
public abstract void SetDefaultValues()
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements:
Occurs when the state is changed.
C#
public event EventHandler<HyperlinkDialogStateChangedEventArgs> StateChanged