SoWWWAnchorHighlightURLCallBack Property |
Application callbacks invoked when the mouse is moved over an anchor so that the app can provide feedback such as changing the cursor, or displaying the anchor description and name.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static SoWWWAnchorURLCallback HighlightURLCallBack { get; set; }
Public Shared Property HighlightURLCallBack As SoWWWAnchorURLCallback
Get
Set
public:
static property SoWWWAnchorURLCallback^ HighlightURLCallBack {
SoWWWAnchorURLCallback^ get ();
void set (SoWWWAnchorURLCallback^ value);
}
static member HighlightURLCallBack : SoWWWAnchorURLCallback with get, set
Property Value
Type:
SoWWWAnchorURLCallback
Remarks
See Also