Class HyperlinkDialogCategoryContext
Represents context for the the categories of the HyperlinkDialog.
Inheritance
System.Object
    HyperlinkDialogCategoryContext
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class HyperlinkDialogCategoryContext
  Constructors
HyperlinkDialogCategoryContext(String)
Initializes a new instance of the HyperlinkDialogCategoryContext class.
Declaration
public HyperlinkDialogCategoryContext(string screenTip)
  Parameters
| 
        System.String
        screenTip
         The screen tip.  | 
    
Properties
NewHyperlinkInfo
Gets or sets the new hyperlink info.
Declaration
public HyperlinkInfo NewHyperlinkInfo { get; set; }
  Property Value
| 
        HyperlinkInfo
         The new hyperlink info.  | 
    
ScreenTip
Gets the screen tip.
Declaration
public string ScreenTip { get; }
  Property Value
| 
        System.String
         The screen tip.  |