Interface IControlLocator
Inherited Members
Namespace: ArtOfTest.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IControlLocator : IInterfaceInterrogator
Properties
ControlType
Declaration
Type ControlType { get; }
Property Value
System.Type
|
Enabled
Declaration
bool Enabled { get; set; }
Property Value
System.Boolean
|
IdentifyAsContainer
Declaration
bool IdentifyAsContainer { get; }
Property Value
System.Boolean
|
IdentifyColor
Declaration
Color IdentifyColor { get; }
Property Value
System.Drawing.Color
|
IdentifyIcon
Declaration
Image IdentifyIcon { get; }
Property Value
System.Drawing.Image
|
Locators
Name
Declaration
string Name { get; }
Property Value
System.String
|
TechnologyType
TelerikComponentsVersion
Declaration
TelerikComponentsVersion TelerikComponentsVersion { get; set; }
Property Value
TelerikComponentsVersion
|
Methods
OnAfterContextMenuHide(ITargetElement, ITargetElement)
Declaration
void OnAfterContextMenuHide(ITargetElement locatorElement, ITargetElement targetElement)
Parameters
ITargetElement
locatorElement
|
ITargetElement
targetElement
|
OnBeforeContextMenuShow(ITargetElement, ITargetElement)
Declaration
void OnBeforeContextMenuShow(ITargetElement locatorElement, ITargetElement targetElement)
Parameters
ITargetElement
locatorElement
|
ITargetElement
targetElement
|
ProvideCustomElementData(ITargetElement)
Declaration
CustomElementData ProvideCustomElementData(ITargetElement target)
Parameters
ITargetElement
target
|
Returns
CustomElementData
|