New to Telerik UI for WinFormsStart a free 30-day trial

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: HyperlinkEmailCategoryContentHyperlinkInDocumentCategoryContentHyperlinkWebPageCategoryContent

Implements: IBindableComponentIComponentIContainerControlIDisposableIDropTargetINotifyPropertyChangedISynchronizeInvokeIWin32Window...

Constructors

C#
protected HyperlinkDialogCategoryContentBase()

Properties

HyperlinkType

Gets the type of the link category.

C#
public abstract HyperlinkType Type { get; }
Property Value:

The type of the link category.

Methods

Adds to collection.

C#
protected void AddToCollection(ObservableCollection<string> collection, string item)
Parameters:collectionObservableCollection<string>

The collection.

itemstring

The item.

Adds to used items.

C#
public abstract void AddToUsedItems()

Assigns the properties.

C#
public abstract void AssignProperties(HyperlinkInfo hyperlinkInfo)
Parameters:hyperlinkInfoHyperlinkInfo

The hyperlink info.

Copies the properties to context.

C#
public abstract void CopyPropertiesToContext(HyperlinkDialogCategoryContext context)
Parameters:contextHyperlinkDialogCategoryContext

The context.

Gets the address as string.

C#
public abstract string GetStringAddress()
Returns:

string

The address as string.

Called when a property is changed.

C#
protected void OnPropertyChanged(string name)
Parameters:namestring

The name of the property.

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: INotifyPropertyChanged.PropertyChanged

Occurs when the state is changed.

C#
public event EventHandler<HyperlinkDialogStateChangedEventArgs> StateChanged