Class
HyperlinkDialogCategoryContentBase

Represents base for the hyperlink dialog categories.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class HyperlinkDialogCategoryContentBase : ControlBase

Inheritance: objectControlBaseHyperlinkDialogCategoryContentBase

Derived Classes: HyperlinkEmailCategoryContentHyperlinkInDocumentCategoryContentHyperlinkWebPageCategoryContent

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

HyperlinkDialogCategoryContentBase()

Declaration

cs-api-definition
protected HyperlinkDialogCategoryContentBase()

Properties

Type

Gets the type of the link category.

Declaration

cs-api-definition
public abstract HyperlinkType Type { get; }

Property Value

HyperlinkType

The type of the link category.

Methods

AddToCollection(ObservableCollection<string>, string)

Adds to collection.

Declaration

cs-api-definition
protected void AddToCollection(ObservableCollection<string> collection, string item)

Parameters

collection

ObservableCollection<string>

The collection.

item

string

The item.

AddToUsedItems()

Adds to used items.

Declaration

cs-api-definition
public abstract void AddToUsedItems()

AssignProperties(HyperlinkInfo)

Assigns the properties.

Declaration

cs-api-definition
public abstract void AssignProperties(HyperlinkInfo hyperlinkInfo)

Parameters

hyperlinkInfo

HyperlinkInfo

The hyperlink info.

CopyPropertiesToContext(HyperlinkDialogCategoryContext)

Copies the properties to context.

Declaration

cs-api-definition
public abstract void CopyPropertiesToContext(HyperlinkDialogCategoryContext context)

Parameters

context

HyperlinkDialogCategoryContext

The context.

GetStringAddress()

Gets the address as string.

Declaration

cs-api-definition
public abstract string GetStringAddress()

Returns

string

The address as string.

OnStateChanged()

Called when the state is changed.

Declaration

cs-api-definition
protected void OnStateChanged()

SetDefaultValues()

Sets the default values.

Declaration

cs-api-definition
public abstract void SetDefaultValues()

Events

StateChanged

Occurs when the state is changed.

Declaration

cs-api-definition
public event EventHandler<HyperlinkDialogStateChangedEventArgs> StateChanged

Event Value

EventHandler<HyperlinkDialogStateChangedEventArgs>