NativeMethods Class

Definition

Represents the native methods.

public ref class NativeMethods sealed
public sealed class NativeMethods
type NativeMethods = class
Public NotInheritable Class NativeMethods
Inheritance
NativeMethods

Fields

S_FALSE

The method for false.

S_OK

The method is ok.

SB_LINEDOWN

Scrolls down one line.

SB_LINEUP

Scrolls up one line.

SB_PAGEDOWN

Scrolls down one page.

SB_PAGEUP

Scrolls up one page.

SB_THUMBTRACK

The user is dragging the scroll box.

SB_VERT

Vertical scroll bar.

SIF_PAGE

The scroll page.

SIF_POS

The scroll position.

SIF_RANGE

The scroll range.

WM_USER

This message is used by applications to help define private messages.

WM_VSCROLL

Specifies the vertical scroll.

WS_EX_CLIENTEDGE

Specifies that a window has a border with a sunken edge.

Methods

PostMessage(IntPtr, Int32, IntPtr, IntPtr)

Post a message.

Applies to