File tree Expand file tree Collapse file tree 4 files changed +92
-1
lines changed
docs/framework/additional-apis Expand file tree Collapse file tree 4 files changed +92
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : IFont.Name Property (stdole)
3
+ ms.date : 02/22/2019
4
+ topic_type :
5
+ - " apiref"
6
+ api_name :
7
+ - " stdole.IFont.Name"
8
+ - " stdole.IFont.get_Name"
9
+ - " stdole.IFont.set_Name"
10
+ api_location :
11
+ - " stdole.dll"
12
+ api_type :
13
+ - " Assembly"
14
+ ---
15
+ # IFont.Name Property
16
+
17
+ ``` csharp
18
+ string Name { get ; set ; }
19
+ ```
20
+
21
+ ## Property value
22
+
23
+ < xref:System.String > \
24
+
25
+ ## Requirements
26
+
27
+ ** Namespace:** ` stdole `
28
+
29
+ ** Assembly:** stdole (in stdole.dll)
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : IPicture.Handle Property (stdole)
3
+ ms.date : 02/22/2019
4
+ topic_type :
5
+ - " apiref"
6
+ api_name :
7
+ - " stdole.IPicture.Handle"
8
+ - " stdole.IPicture.get_Handle"
9
+ api_location :
10
+ - " stdole.dll"
11
+ api_type :
12
+ - " Assembly"
13
+ ---
14
+ # IPicture.Handle Property
15
+
16
+ Gets the handle to the picture managed within this picture object to a specified location.
17
+
18
+ ``` csharp
19
+ int Handle { get ; }
20
+ ```
21
+
22
+ ## Property value
23
+
24
+ < xref:System.Int32 > \
25
+
26
+ ## Requirements
27
+
28
+ ** Namespace:** ` stdole `
29
+
30
+ ** Assembly:** stdole (in stdole.dll)
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : IPictureDisp.Handle Property (stdole)
3
+ ms.date : 02/22/2019
4
+ topic_type :
5
+ - " apiref"
6
+ api_name :
7
+ - " stdole.IPictureDisp.Handle"
8
+ - " stdole.IPictureDisp.get_Handle"
9
+ api_location :
10
+ - " stdole.dll"
11
+ api_type :
12
+ - " Assembly"
13
+ ---
14
+ # IPictureDisp.Handle Property
15
+
16
+ ``` csharp
17
+ int Handle { get ; }
18
+ ```
19
+
20
+ ## Property value
21
+
22
+ < xref:System.Int32 > \
23
+
24
+ ## Requirements
25
+
26
+ ** Namespace:** ` stdole `
27
+
28
+ ** Assembly:** stdole (in stdole.dll)
Original file line number Diff line number Diff line change 37
37
#### [ s_isDebuggerCheckDisabledForTestPurposes field] ( s-isdebuggercheckdisabledfortestpurposes-field.md )
38
38
## System.Windows.Forms.Design
39
39
### [ DataMemberFieldEditor class] ( datamemberfieldeditor-class.md )
40
- ### [ DataMemberListEditor class] ( datamemberlisteditor-class.md )
40
+ ### [ DataMemberListEditor class] ( datamemberlisteditor-class.md )
41
+ ## stdole Namespace
42
+ ### [ IFont.Name Property] ( stdole.ifont.name.md )
43
+ ### [ IPicture.Handle Property] ( stdole.ipicture.handle.md )
44
+ ### [ IPictureDisp.Handle Property] ( stdole.ipicturedisp.handle.md )
You can’t perform that action at this time.
0 commit comments