Interface IRmlDocument
Assembly: AltV.Net.Client.dll
Syntax
public interface IRmlDocument : IRmlElement, IBaseObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
Body
Declaration
IRmlElement Body { get; }
Property Value
|
Improve this Doc
View Source
IsModal
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsVisible
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RmlDocumentNativePointer
Declaration
IntPtr RmlDocumentNativePointer { get; }
Property Value
|
Improve this Doc
View Source
SourceUrl
Declaration
string SourceUrl { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Title
Declaration
string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CreateElement(String)
Declaration
IRmlElement CreateElement(string tag)
Parameters
Type |
Name |
Description |
System.String |
tag |
|
Returns
|
Improve this Doc
View Source
CreateTextNode(String)
Declaration
IRmlElement CreateTextNode(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
|
Improve this Doc
View Source
Hide()
Declaration
|
Improve this Doc
View Source
Show(Boolean, Boolean)
Declaration
void Show(bool isModal = false, bool focused = true)
Parameters
Type |
Name |
Description |
System.Boolean |
isModal |
|
System.Boolean |
focused |
|
|
Improve this Doc
View Source
Update()
Declaration
Extension Methods