Class RmlDocument
Inheritance
System.Object
RmlDocument
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Client.dll
Syntax
public class RmlDocument : RmlElement, IInternalBaseObject, IRmlDocument, IRmlElement, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
RmlDocument(ICore, IntPtr, UInt32)
Declaration
public RmlDocument(ICore core, IntPtr rmlDocumentPointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
rmlDocumentPointer |
|
System.UInt32 |
id |
|
|
Improve this Doc
View Source
RmlDocument(ICore, String)
Declaration
public RmlDocument(ICore core, string url)
Parameters
Type |
Name |
Description |
ICore |
core |
|
System.String |
url |
|
Properties
|
Improve this Doc
View Source
Body
Declaration
public IRmlElement Body { get; }
Property Value
|
Improve this Doc
View Source
IsModal
Declaration
public bool IsModal { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsVisible
Declaration
public bool IsVisible { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
RmlDocumentNativePointer
Declaration
public IntPtr RmlDocumentNativePointer { get; }
Property Value
|
Improve this Doc
View Source
SourceUrl
Declaration
public string SourceUrl { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CreateElement(String)
Declaration
public IRmlElement CreateElement(string tag)
Parameters
Type |
Name |
Description |
System.String |
tag |
|
Returns
|
Improve this Doc
View Source
CreateTextNode(String)
Declaration
public 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
public 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
Implements
Extension Methods