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

Represents context for the the categories of the HyperlinkDialog.

Definition

Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class HyperlinkDialogCategoryContext

Inheritance: objectHyperlinkDialogCategoryContext

Constructors

Initializes a new instance of the HyperlinkDialogCategoryContext class.

C#
public HyperlinkDialogCategoryContext(string screenTip)
Parameters:screenTipstring

The screen tip.

Properties

Gets or sets the new hyperlink info.

C#
public HyperlinkInfo NewHyperlinkInfo { get; set; }
Property Value:

The new hyperlink info.

Gets the screen tip.

C#
public string ScreenTip { get; }
Property Value:

The screen tip.