Class HyperlinkDialogCategoryContentBase
Represents base for the hyperlink dialog categories.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class HyperlinkDialogCategoryContentBase : ControlBase
Constructors
HyperlinkDialogCategoryContentBase()
Declaration
protected HyperlinkDialogCategoryContentBase()
Properties
Type
Gets the type of the link category.
Declaration
public abstract HyperlinkType Type { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.HyperlinkType
The type of the link category. |
Methods
AddToCollection(ObservableCollection<String>, String)
Adds to collection.
Declaration
protected void AddToCollection(ObservableCollection<string> collection, string item)
Parameters
System.Collections.ObjectModel.ObservableCollection<System.String>
collection
The collection. |
System.String
item
The item. |
AddToUsedItems()
Adds to used items.
Declaration
public abstract void AddToUsedItems()
AssignProperties(HyperlinkInfo)
Assigns the properties.
Declaration
public abstract void AssignProperties(HyperlinkInfo hyperlinkInfo)
Parameters
Telerik.Windows.Documents.Spreadsheet.Model.HyperlinkInfo
hyperlinkInfo
The hyperlink info. |
CopyPropertiesToContext(HyperlinkDialogCategoryContext)
Copies the properties to context.
Declaration
public abstract void CopyPropertiesToContext(HyperlinkDialogCategoryContext context)
Parameters
HyperlinkDialogCategoryContext
context
The context. |
GetStringAddress()
Gets the address as string.
Declaration
public abstract string GetStringAddress()
Returns
System.String
The address as string. |
OnStateChanged()
Called when the state is changed.
Declaration
protected void OnStateChanged()
SetDefaultValues()
Sets the default values.
Declaration
public abstract void SetDefaultValues()
Events
StateChanged
Occurs when the state is changed.
Declaration
public event EventHandler<HyperlinkDialogStateChangedEventArgs> StateChanged
Event Type
System.EventHandler<HyperlinkDialogStateChangedEventArgs>
|