Class
HyperlinkDialogCategoryContext

Represents context for the the categories of the HyperlinkDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class HyperlinkDialogCategoryContext

Inheritance: objectHyperlinkDialogCategoryContext

Constructors

HyperlinkDialogCategoryContext(string)

Initializes a new instance of the HyperlinkDialogCategoryContext class.

Declaration

cs-api-definition
public HyperlinkDialogCategoryContext(string screenTip)

Parameters

screenTip

string

The screen tip.

Properties

NewHyperlinkInfo

Gets or sets the new hyperlink info.

Declaration

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

Property Value

HyperlinkInfo

The new hyperlink info.

ScreenTip

Gets the screen tip.

Declaration

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

Property Value

string

The screen tip.