Struct windows::Win32::UI::TabletPC::IInkEdit

pub struct IInkEdit(/* private fields */);

Implementations§

§

impl IInkEdit

pub unsafe fn Status(&self) -> Result<InkEditStatus>

pub unsafe fn UseMouseForInput(&self) -> Result<VARIANT_BOOL>

pub unsafe fn SetUseMouseForInput<P0>(&self, newval: P0) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn InkMode(&self) -> Result<InkMode>

pub unsafe fn SetInkMode(&self, newval: InkMode) -> Result<()>

pub unsafe fn InkInsertMode(&self) -> Result<InkInsertMode>

pub unsafe fn SetInkInsertMode(&self, newval: InkInsertMode) -> Result<()>

pub unsafe fn DrawingAttributes(&self) -> Result<IInkDrawingAttributes>

pub unsafe fn putref_DrawingAttributes<P0>(&self, newval: P0) -> Result<()>
where P0: IntoParam<IInkDrawingAttributes>,

pub unsafe fn RecognitionTimeout(&self) -> Result<i32>

pub unsafe fn SetRecognitionTimeout(&self, newval: i32) -> Result<()>

pub unsafe fn Recognizer(&self) -> Result<IInkRecognizer>

pub unsafe fn putref_Recognizer<P0>(&self, newval: P0) -> Result<()>
where P0: IntoParam<IInkRecognizer>,

pub unsafe fn Factoid(&self) -> Result<BSTR>

pub unsafe fn SetFactoid<P0>(&self, newval: P0) -> Result<()>
where P0: IntoParam<BSTR>,

pub unsafe fn SelInksDisplayMode(&self) -> Result<InkDisplayMode>

pub unsafe fn SetSelInksDisplayMode( &self, inkdisplaymode: InkDisplayMode ) -> Result<()>

pub unsafe fn Recognize(&self) -> Result<()>

pub unsafe fn GetGestureStatus( &self, gesture: InkApplicationGesture ) -> Result<VARIANT_BOOL>

pub unsafe fn SetGestureStatus<P0>( &self, gesture: InkApplicationGesture, listen: P0 ) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn SetBackColor(&self, clr: u32) -> Result<()>

pub unsafe fn BackColor(&self) -> Result<u32>

pub unsafe fn Appearance(&self) -> Result<AppearanceConstants>

pub unsafe fn SetAppearance( &self, pappearance: AppearanceConstants ) -> Result<()>

pub unsafe fn BorderStyle(&self) -> Result<BorderStyleConstants>

pub unsafe fn SetBorderStyle( &self, pborderstyle: BorderStyleConstants ) -> Result<()>

pub unsafe fn Hwnd(&self) -> Result<OLE_HANDLE>

pub unsafe fn Font(&self) -> Result<IFontDisp>

pub unsafe fn putref_Font<P0>(&self, ppfont: P0) -> Result<()>
where P0: IntoParam<IFontDisp>,

pub unsafe fn Text(&self) -> Result<BSTR>

pub unsafe fn SetText<P0>(&self, pbstrtext: P0) -> Result<()>
where P0: IntoParam<BSTR>,

pub unsafe fn MouseIcon(&self) -> Result<IPictureDisp>

pub unsafe fn SetMouseIcon<P0>(&self, mouseicon: P0) -> Result<()>
where P0: IntoParam<IPictureDisp>,

pub unsafe fn putref_MouseIcon<P0>(&self, mouseicon: P0) -> Result<()>
where P0: IntoParam<IPictureDisp>,

pub unsafe fn MousePointer(&self) -> Result<InkMousePointer>

pub unsafe fn SetMousePointer( &self, mousepointer: InkMousePointer ) -> Result<()>

pub unsafe fn Locked(&self) -> Result<VARIANT_BOOL>

pub unsafe fn SetLocked<P0>(&self, newval: P0) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn Enabled(&self) -> Result<VARIANT_BOOL>

pub unsafe fn SetEnabled<P0>(&self, newval: P0) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn MaxLength(&self) -> Result<i32>

pub unsafe fn SetMaxLength(&self, lmaxlength: i32) -> Result<()>

pub unsafe fn MultiLine(&self) -> Result<VARIANT_BOOL>

pub unsafe fn SetMultiLine<P0>(&self, newval: P0) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn ScrollBars(&self) -> Result<ScrollBarsConstants>

pub unsafe fn SetScrollBars(&self, newval: ScrollBarsConstants) -> Result<()>

pub unsafe fn DisableNoScroll(&self) -> Result<VARIANT_BOOL>

pub unsafe fn SetDisableNoScroll<P0>(&self, newval: P0) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn SelAlignment(&self) -> Result<VARIANT>

pub unsafe fn SetSelAlignment<P0>(&self, pvarselalignment: P0) -> Result<()>
where P0: IntoParam<VARIANT>,

pub unsafe fn SelBold(&self) -> Result<VARIANT>

pub unsafe fn SetSelBold<P0>(&self, pvarselbold: P0) -> Result<()>
where P0: IntoParam<VARIANT>,

pub unsafe fn SelItalic(&self) -> Result<VARIANT>

pub unsafe fn SetSelItalic<P0>(&self, pvarselitalic: P0) -> Result<()>
where P0: IntoParam<VARIANT>,

pub unsafe fn SelUnderline(&self) -> Result<VARIANT>

pub unsafe fn SetSelUnderline<P0>(&self, pvarselunderline: P0) -> Result<()>
where P0: IntoParam<VARIANT>,

pub unsafe fn SelColor(&self) -> Result<VARIANT>

pub unsafe fn SetSelColor<P0>(&self, pvarselcolor: P0) -> Result<()>
where P0: IntoParam<VARIANT>,

pub unsafe fn SelFontName(&self) -> Result<VARIANT>

pub unsafe fn SetSelFontName<P0>(&self, pvarselfontname: P0) -> Result<()>
where P0: IntoParam<VARIANT>,

pub unsafe fn SelFontSize(&self) -> Result<VARIANT>

pub unsafe fn SetSelFontSize<P0>(&self, pvarselfontsize: P0) -> Result<()>
where P0: IntoParam<VARIANT>,

pub unsafe fn SelCharOffset(&self) -> Result<VARIANT>

pub unsafe fn SetSelCharOffset<P0>(&self, pvarselcharoffset: P0) -> Result<()>
where P0: IntoParam<VARIANT>,

pub unsafe fn TextRTF(&self) -> Result<BSTR>

pub unsafe fn SetTextRTF<P0>(&self, pbstrtextrtf: P0) -> Result<()>
where P0: IntoParam<BSTR>,

pub unsafe fn SelStart(&self) -> Result<i32>

pub unsafe fn SetSelStart(&self, plselstart: i32) -> Result<()>

pub unsafe fn SelLength(&self) -> Result<i32>

pub unsafe fn SetSelLength(&self, plsellength: i32) -> Result<()>

pub unsafe fn SelText(&self) -> Result<BSTR>

pub unsafe fn SetSelText<P0>(&self, pbstrseltext: P0) -> Result<()>
where P0: IntoParam<BSTR>,

pub unsafe fn SelRTF(&self) -> Result<BSTR>

pub unsafe fn SetSelRTF<P0>(&self, pbstrselrtf: P0) -> Result<()>
where P0: IntoParam<BSTR>,

pub unsafe fn Refresh(&self) -> Result<()>

Trait Implementations§

§

impl Clone for IInkEdit

§

fn clone(&self) -> IInkEdit

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for IInkEdit

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl From<&IInkEdit> for &IDispatch

§

fn from(value: &IInkEdit) -> Self

Converts to this type from the input type.
§

impl From<&IInkEdit> for &IUnknown

§

fn from(value: &IInkEdit) -> Self

Converts to this type from the input type.
§

impl From<IInkEdit> for IDispatch

§

fn from(value: IInkEdit) -> Self

Converts to this type from the input type.
§

impl From<IInkEdit> for IUnknown

§

fn from(value: IInkEdit) -> Self

Converts to this type from the input type.
§

impl Interface for IInkEdit

§

fn as_raw(&self) -> *mut c_void

Returns the raw COM interface pointer. The resulting pointer continues to be owned by the Interface implementation.
§

fn into_raw(self) -> *mut c_void

Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§

unsafe fn from_raw(raw: *mut c_void) -> Self

Creates an Interface by taking ownership of the raw COM interface pointer. Read more
§

unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>

Creates an Interface that is valid so long as the raw COM interface pointer is valid. Read more
§

fn cast<T>(&self) -> Result<T, Error>
where T: Interface,

Attempts to cast the current interface to another interface using QueryInterface. Read more
§

fn downgrade(&self) -> Result<Weak<Self>, Error>

Attempts to create a Weak reference to this object.
§

unsafe fn query(&self, iid: *const GUID, interface: *mut *mut c_void) -> HRESULT

Call QueryInterface on this interface Read more
§

impl PartialEq for IInkEdit

§

fn eq(&self, other: &IInkEdit) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for IInkEdit

§

impl StructuralPartialEq for IInkEdit

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.