Class
HyperlinkDialogCategoryContext

Represents context for the the categories of the HyperlinkDialog.

Definition

Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class HyperlinkDialogCategoryContext

Inheritance: objectHyperlinkDialogCategoryContext

Constructors

Initializes a new instance of the HyperlinkDialogCategoryContext class.

Declaration

cs-api-definition
public HyperlinkDialogCategoryContext(string screenTip)

Parameters

screenTip

string

The screen tip.

Properties

Gets or sets the new hyperlink info.

Declaration

cs-api-definition
public HyperlinkInfo NewHyperlinkInfo { get; set; }

Property Value

HyperlinkInfo

The new hyperlink info.

Gets the screen tip.

Declaration

cs-api-definition
public string ScreenTip { get; }

Property Value

string

The screen tip.