Table of Contents

Class InfiniFrameWindowConfiguration

Namespace
InfiniFrame
Assembly
InfiniFrame.dll
public class InfiniFrameWindowConfiguration : IInfiniFrameWindowConfiguration, IHasInfiniFrameProperties
Inheritance
InfiniFrameWindowConfiguration
Implements
Inherited Members

Properties

BrowserControlInitParameters

public string? BrowserControlInitParameters { get; set; }

Property Value

string

Centered

public bool Centered { get; set; }

Property Value

bool

Chromeless

public bool Chromeless { get; set; }

Property Value

bool

ContextMenuEnabled

public bool ContextMenuEnabled { get; set; }

Property Value

bool

CustomSchemeNames

public List<string> CustomSchemeNames { get; set; }

Property Value

List<string>

DevToolsEnabled

public bool DevToolsEnabled { get; set; }

Property Value

bool

FileSystemAccessEnabled

public bool FileSystemAccessEnabled { get; set; }

Property Value

bool

FullScreen

public bool FullScreen { get; set; }

Property Value

bool

GrantBrowserPermissions

public bool GrantBrowserPermissions { get; set; }

Property Value

bool

Height

public int Height { get; set; }

Property Value

int

IconFilePath

public string IconFilePath { get; set; }

Property Value

string

IgnoreCertificateErrorsEnabled

public bool IgnoreCertificateErrorsEnabled { get; set; }

Property Value

bool

JavascriptClipboardAccessEnabled

public bool JavascriptClipboardAccessEnabled { get; set; }

Property Value

bool

Left

public int Left { get; set; }

Property Value

int

MaxHeight

public int MaxHeight { get; set; }

Property Value

int

MaxWidth

public int MaxWidth { get; set; }

Property Value

int

Maximized

public bool Maximized { get; set; }

Property Value

bool

MediaAutoplayEnabled

public bool MediaAutoplayEnabled { get; set; }

Property Value

bool

MediaStreamEnabled

public bool MediaStreamEnabled { get; set; }

Property Value

bool

MinHeight

public int MinHeight { get; set; }

Property Value

int

MinWidth

public int MinWidth { get; set; }

Property Value

int

Minimized

public bool Minimized { get; set; }

Property Value

bool

NotificationRegistrationId

public string? NotificationRegistrationId { get; set; }

Property Value

string

NotificationsEnabled

public bool NotificationsEnabled { get; set; }

Property Value

bool

Resizable

public bool Resizable { get; set; }

Property Value

bool

SmoothScrollingEnabled

public bool SmoothScrollingEnabled { get; set; }

Property Value

bool

StartString

public string? StartString { get; set; }

Property Value

string

StartUrl

public string? StartUrl { get; set; }

Property Value

string

TemporaryFilesPath

public string? TemporaryFilesPath { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Top

public int Top { get; set; }

Property Value

int

TopMost

public bool TopMost { get; set; }

Property Value

bool

Transparent

public bool Transparent { get; set; }

Property Value

bool

UseOsDefaultLocation

public bool UseOsDefaultLocation { get; set; }

Property Value

bool

UseOsDefaultSize

public bool UseOsDefaultSize { get; set; }

Property Value

bool

UserAgent

public string? UserAgent { get; set; }

Property Value

string

WebSecurityEnabled

public bool WebSecurityEnabled { get; set; }

Property Value

bool

Width

public int Width { get; set; }

Property Value

int

Zoom

public int Zoom { get; set; }

Property Value

int

ZoomEnabled

public bool ZoomEnabled { get; set; }

Property Value

bool

Methods

ToParameters()

public InfiniFrameNativeParameters ToParameters()

Returns

InfiniFrameNativeParameters