ClassHyperlinkDialogCategoryContentBase
Represents base for the hyperlink dialog categories.
Definition
Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public abstract class HyperlinkDialogCategoryContentBase : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, INotifyPropertyChanged
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlHyperlinkDialogCategoryContentBase
Derived Classes:
Implements:
Inherited Members
Constructors
HyperlinkDialogCategoryContentBase()
Declaration
protected HyperlinkDialogCategoryContentBase()
Properties
Type
Gets the type of the link category.
Declaration
public abstract HyperlinkType Type { get; }
Property Value
The type of the link category.
Methods
AddToCollection(ObservableCollection<string>, string)
Adds to collection.
Declaration
protected void AddToCollection(ObservableCollection<string> collection, string item)
Parameters
collection
The collection.
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
hyperlinkInfo
The hyperlink info.
CopyPropertiesToContext(HyperlinkDialogCategoryContext)
Copies the properties to context.
Declaration
public abstract void CopyPropertiesToContext(HyperlinkDialogCategoryContext context)
Parameters
context
HyperlinkDialogCategoryContext
The context.
GetStringAddress()
Gets the address as string.
Declaration
public abstract string GetStringAddress()
Returns
The address as string.
OnPropertyChanged(string)
Called when a property is changed.
Declaration
protected void OnPropertyChanged(string name)
Parameters
name
The name of the property.
OnStateChanged()
Called when the state is changed.
Declaration
protected void OnStateChanged()
SetDefaultValues()
Sets the default values.
Declaration
public abstract void SetDefaultValues()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements
StateChanged
Occurs when the state is changed.
Declaration
public event EventHandler<HyperlinkDialogStateChangedEventArgs> StateChanged
Event Value